From d599985a41be12b76268df8c414a9c95c4f1cafe Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Wilmet?= Date: Mon, 1 Apr 2013 21:09:14 +0200 Subject: [PATCH] gtktextattributes: move comment above relevant struct https://bugzilla.gnome.org/show_bug.cgi?id=697048 --- gtk/gtktextattributes.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h index 760aa2428c..76d6fe5452 100644 --- a/gtk/gtktextattributes.h +++ b/gtk/gtktextattributes.h @@ -67,14 +67,6 @@ typedef struct _GtkTextAttributes GtkTextAttributes; typedef struct _GtkTextAppearance GtkTextAppearance; -/** - * GtkTextAttributes: - * - * Using #GtkTextAttributes directly should rarely be necessary. - * It's primarily useful with gtk_text_iter_get_attributes(). - * As with most GTK+ structs, the fields in this struct should only - * be read, never modified directly. - */ struct _GtkTextAppearance { /*< public >*/ @@ -110,6 +102,14 @@ struct _GtkTextAppearance #endif }; +/** + * GtkTextAttributes: + * + * Using #GtkTextAttributes directly should rarely be necessary. + * It's primarily useful with gtk_text_iter_get_attributes(). + * As with most GTK+ structs, the fields in this struct should only + * be read, never modified directly. + */ struct _GtkTextAttributes { /*< private >*/ -- 2.30.2